home *** CD-ROM | disk | FTP | other *** search
- property mys
- global grouper
-
- on beginSprite me
- set mys to the spriteNum of me
- end
-
- on mouseWithin me
- set this to (the top of sprite mys - the mouseV + 32) * 0.80000000000000004
- sendAllSprites(#movepoint, 0, 0, 0, this)
- end
-
- on mouseEnter me
- put "move on the z plane" into field "info"
- end
-